ConsoleApplication.Run Event

Returns an Integer. Args is an array of command line parameters that get passed to the application.

Syntax

result = Run( args )


Parameters

args

String

Return Value

Result

Integer


Notes

The first parameter will always be the application itself. The return value will be passed to the operating system as the return value for the entire application.